home *** CD-ROM | disk | FTP | other *** search
/ Sound Blastoff / Sound Blastoff.iso / Sound Utilities / SoundShrinker ƒ / SS Docs.txt < prev    next >
Text File  |  1991-04-25  |  3KB  |  91 lines

  1.                                    Soundshrinker
  2.                                    by James Cook
  3.                                  ©Hartech 1990-1991
  4.  
  5.  
  6. WHAT IT DOES
  7.  
  8. Soundshrinker is a small application that converts sound files (not resources) 
  9. to lower sampling rates by copying every 2nd, 3rd, or 4th sample to an output 
  10. file. This results in a dramatic decrease in the amount of disk/memory space 
  11. a sound occupies, with the tradeoff being a decrease in the quality of the 
  12. sound. It's primary usage is to convert 22k sounds to 11k.
  13.  
  14.  
  15. HOW TO DO IT
  16.  
  17. Launch Soundshrinker. Select "Open" from the file menu. Choose the input file.
  18. Choose the output file. When the conversion dialog comes up, set an input rate
  19. and an output rate (the program will attempt to figure the input rate by 
  20. itself) Click convert. Click OK in the dialog telling you how many samples it 
  21. will throw out. Then wait and watch the beautiful PROGRESS BAR as it converts. 
  22. If it takes a second for the bar to appear, that's OK.
  23.  
  24. Listen to the sounds afterwards to decide if you can put up with the degraded
  25. quality before deleting the original sounds. (Remember, Soundshrinker can't make 
  26. sounds sound better!)
  27.  
  28. (Note: SoundShrinker only works on sounds with type 'FSSD'. If there is another 
  29. type code it should work for, drop me a line and I'll write it in.)
  30.  
  31. INCLUDED FILES
  32.  
  33. Soundshrinker
  34.     The one and only, featuring automatic rate extraction/setting, a progress
  35.     bar, and a beautiful icon (with apologies to Fallaron & Raymond Lau)
  36. SS Docs.txt
  37.     This file.
  38. SS Feature Wishes
  39.     Some ideas I have for future versions.  More Postcards = More Features!
  40.  
  41.  
  42. SHAREWARE PITCH
  43.  
  44. This software is "postcard-ware". If you like it, send me a pretty postcard.
  45. If you don't like it, send me an ugly postcard telling me what you don't like
  46. about it, and I'll try to fix it!  (E-mail is an acceptable substitute for a
  47. postcard.  Don't bother sending me a GIF of your hometown, though :-)
  48.  
  49. If anyone sends money, I will use it to buy some real Mac programming books...
  50. right now I'm using only Inside Mac, which is like trying to learn to write
  51. by reading a dictionary.
  52.  
  53. James Cook                 Internet: jncook@ucsd.edu
  54. 8581 Sugarman Dr.
  55. La Jolla, CA 92037
  56. (619) 450-1930
  57.  
  58. Source code is available for $10. Includes commented Lightspeed Pascal source
  59. showing how to do menus, dialogs, radio button groups, progress bars, file 
  60. manager I/O, and resource extraction/creation. Also included are some of my 
  61. favorite sound files.
  62.  
  63.  
  64. SPECIAL "SUPPORT THE NET" DEAL
  65.  
  66. If you are on Internet, I'll mail you just the source FREE on the condition 
  67. that you help me somehow to improve it. (Includes pointing out bugs/how to fix
  68. them.  Does not include flames about lack of features/interface difficulties :)
  69. Send mail to jncook@ucsd.edu with subject "SoundShrinker".
  70.  
  71.  
  72. INSPIRATIONAL MESSAGE
  73.  
  74. Remember...no matter where you go...there you are.
  75.     -Buckaroo Banzai
  76.  
  77.  
  78. VERSION HISTORY
  79.  
  80. 1.2- 1/27/91 First wide release through Internet.
  81.  
  82. 1.2-11/10/90 Recompiled under THINK Pascal 3.0.  Noticable increase in speed.
  83.  
  84. 1.1- 8/12/90 Fixed bug in AddResource that added INFOs to the program file if no
  85.              file.less existed. Added an About... box and improved progress bar
  86.              updates.  Removed several debug dialog boxes.
  87.  
  88. 1.0-??/??/90 Added automatic resource rate identification and setting.  Added
  89.              progress bar. Added icon. First general release.
  90.  
  91. 0.9-??/??/90 In-house development version. Not released.